home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- if the movieTime of sprite 6 < 170 then
- set the movieRate of sprite 7 to 0
- else
- if the movieTime of sprite 7 > 166 then
- set the movieRate of sprite 7 to 0
- else
- set the movieRate of sprite 7 to 1
- end if
- end if
- end
-
- on exitFrame
- go(the frame)
- end
-